home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / xintrinsicp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-01  |  1.0 KB  |  32 lines

  1. /* Front-end to Xt's IntrinsicP.h.
  2.  
  3. This file is part of XEmacs.
  4.  
  5. XEmacs is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published by the
  7. Free Software Foundation; either version 2, or (at your option) any
  8. later version.
  9.  
  10. XEmacs is distributed in the hope that it will be useful, but WITHOUT
  11. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13. for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with XEmacs; see the file COPYING.  If not, write to the Free
  17. Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  18.  
  19. /* Synched up with: Not in FSF. */
  20.  
  21. #undef CONST                    /* X11R4 header thinks it can define CONST */
  22.  
  23. #include <X11/Intrinsic.h>
  24. #include <X11/IntrinsicP.h>
  25. #include <X11/ObjectP.h>     /* apparently some IntrinsicP.h don't have this */
  26.  
  27. #ifdef CONST_IS_LOSING
  28. # define CONST
  29. #else
  30. # define CONST const
  31. #endif
  32.